projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d62e2fa
)
Adwaita: colorswatch focus rings
author
Jakub Steiner
<jimmac@gmail.com>
Mon, 4 May 2020 16:13:48 +0000
(18:13 +0200)
committer
Jakub Steiner
<jimmac@gmail.com>
Mon, 4 May 2020 16:16:08 +0000
(18:16 +0200)
- there used to be different outline color for light and dark buttons,
but it's complexity I can live without. blue focus rings fit all.
Fixes https://gitlab.gnome.org/GNOME/gtk/-/issues/2695
gtk/theme/Adwaita/_common.scss
patch
|
blob
|
history
diff --git
a/gtk/theme/Adwaita/_common.scss
b/gtk/theme/Adwaita/_common.scss
index ac06013bcb0553a863bf8c4fec812b3ea0f13c72..25b0cb9d44a861699f2663d2060469d5d37eba8d 100644
(file)
--- a/
gtk/theme/Adwaita/_common.scss
+++ b/
gtk/theme/Adwaita/_common.scss
@@
-3902,7
+3902,7
@@
colorswatch {
}
&.dark {
- outline-color: transparentize(white, 0.4);
+
> overlay {
color: white;
@@
-3914,7
+3914,7
@@
colorswatch {
}
&.light {
- outline-color: transparentize(black, 0.4);
+
> overlay {
color: black;